Searched refs:codePath_ (Results 1 – 5 of 5) sorted by relevance
159 std::string codePath_; variable
731 codePath_ = options.codePath; in Initialize()1037 fileName.append(codePath_).append(Constants::FILE_SEPARATOR).append(modulePath); in LoadModule()1041 if (!MakeFilePath(codePath_, modulePath, fileName)) { in LoadModule()1174 fileName.append(codePath_).append(Constants::FILE_SEPARATOR).append(path); in RunSandboxScript()1178 if (!MakeFilePath(codePath_, path, fileName)) { in RunSandboxScript()
70 std::string codePath_; member
1364 … napi_set_named_property(env, objValue, "codePath", CreateJsValue(env, scbAbilityInfo.codePath_)); in CreateSCBAbilityInfo()
6945 scbAbilityInfo.codePath_ = bundleInfo.applicationInfo.codePath; in GetAbilityInfo()6977 scbAbilityInfo.codePath_ = bundleInfo.applicationInfo.codePath; in GetAbilityInfosFromBundleInfo()