Searched refs:documentsPath (Results 1 – 3 of 3) sorted by relevance
240 static std::string documentsPath = GetPublicPath(DOCUMENTS_PATH); in GetUserDocumentDir() local241 if (documentsPath.empty()) { in GetUserDocumentDir()246 return NVal::CreateUTF8String(env, documentsPath).val_; in GetUserDocumentDir()
38 const documentsPath = Environment.getUserDocumentDir();39 console.info(`success to getUserDocumentDir: ${documentsPath}`);