Home
last modified time | relevance | path

Searched refs:modPath (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/infra/perfetto.dev/
Dbuild.js305 const modPath = path.isAbsolute(script) ? script : pjoin(__dirname, script);
307 args = [modPath].concat(args || []);
/external/perfetto/ui/
Dbuild.js553 const modPath = pjoin(ROOT_DIR, 'ui/node_modules/.bin', module);
555 args = [modPath].concat(args || []);
/external/python/cpython3/Modules/
Dgetpath.c1108 const char* modPath = NSLibraryNameForModule(pythonModule); in calculate_argv0_path_framework() local
1109 if (modPath == NULL) { in calculate_argv0_path_framework()
1121 wchar_t* wbuf = Py_DecodeLocale(modPath, &len); in calculate_argv0_path_framework()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java2108 String modPath = ConfigMatch.getModified(pathMatch, xpath, newPath) + draft;
2110 replace(xpath, modPath, modValue, "config");