Home
last modified time | relevance | path

Searched refs:normpath (Results 1 – 25 of 82) sorted by relevance

1234

/external/deqp/scripts/
Dmake_release.py50 assert os.path.normpath(path) == path
51 assert os.path.normpath(basePath) == basePath
62 basePath = os.path.normpath(basePath)
65 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
126 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", …
178 …fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePa…
179 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath))
196 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
197 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
233 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script…
[all …]
Drun_internal_tests.py115 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
116 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests"))
Dcppcheck.py159 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
/external/v8/
D.ycm_extra_conf.py66 curdir = os.path.normpath(os.path.dirname(filename))
70 nextdir = os.path.normpath(os.path.join(curdir, '..'))
162 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dutil.py28 return os.path.normpath(os.path.join(GetCatapultDir(), 'third_party'))
32 return os.path.normpath(os.path.join(
45 return os.path.normpath(os.path.join(GetTelemetryDir(), '..', '..', '..'))
/external/deqp/scripts/src_util/
Dcommon.py87 projectDir = os.path.normpath(os.path.join(scriptDir, "../.."))
98 return os.path.normpath(os.path.join(getProjectPath(), projectRelativePath))
/external/v8/tools/
Dgyp_flag_compare.py121 include_dirs[index] = '-I' + os.path.normpath(path)
126 cc_file = [os.path.normpath(os.path.join(build_dir, cc_file[0]))]
136 os.path.normpath(
142 os.path.normpath(os.path.join('out/gn_flags', x[2:]))))
/external/deqp/android/scripts/
Dbuild.py51 return os.path.normpath(os.path.join(buildRoot, "native", buildName))
57 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, ".."))
105 …manifestSrcPath = os.path.normpath(os.path.join(common.ANDROID_DIR, "package", "AndroidManifest.xm…
106 manifestDstPath = os.path.normpath(os.path.join(appDir, "AndroidManifest.xml"))
Ddebug.py684 debug(adbCmd=os.path.normpath(args.adbCmd),
685 gdbCmd=os.path.normpath(args.gdbCmd),
688 jdbCmd=os.path.normpath(args.jdbCmd),
/external/jsoncpp/devtools/
Dtarball.py16 base_dir = os.path.normpath( os.path.abspath( base_dir ) )
19 path = os.path.normpath( os.path.abspath( path ) )
/external/webrtc/webrtc/build/
Dmerge_libs.py52 search_path = os.path.normpath(argv[1])
53 output_lib = os.path.normpath(argv[2])
/external/toolchain-utils/user_activity_benchmarks/
Dutils.py96 MakeCWPAndPprofFileNamesConsistent(os.path.normpath("/" + file_name))
323 os.path.normpath(statistic['file']))
385 os.path.normpath(statistic['child_function_file']))
/external/autotest/tko/parsers/test/
Dnew_scenario.py48 results_dirpath = path.normpath(args[0])
54 scenarios_dirpath = path.normpath(args[1])
Dexecute_parser.py20 scenario_dirpath = path.normpath(args[0])
Dinspect_parser_result_store.py23 scenario_dirpath = path.normpath(args[0])
/external/jsoncpp/scons-tools/
Dtargz.py31 path = os.path.normpath( os.path.abspath( path ) )
42 base_dir = os.path.normpath( env.get('TARGZ_BASEDIR', env.Dir('.')).abspath )
/external/protobuf/gtest/test/
Drun_tests_util_test.py112 def normpath(self, path): member in FakePath
113 return os.path.normpath(path)
116 return self.normpath(os.path.join(self.current_dir, path))
163 return (os.path.normpath(pair[0]), os.path.normpath(pair[1]))
168 directory, executable = map(os.path.normpath, pair)
Drun_tests_util.py147 return injected_os.path.normpath(injected_os.path.join(script_dir,
306 normalized_args = [self.os.path.normpath(arg) for arg in args]
337 test_dir = self.os.path.normpath(self.os.path.join(self.script_dir, 'test'))
/external/deqp/scripts/egl/
Dcommon.py37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
38 EGL_WRAPPER_DIR = os.path.normpath(os.path.join(EGL_DIR, "wrapper"))
/external/deqp/scripts/opengl/
Dsrc_util.py34 OPENGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl"))
35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
Dgen_null_render_context.py55 NULL_PLATFORM_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "platform",…
/external/jsoncpp/test/
Drunjsontests.py125 jsontest_executable_path = os.path.normpath( os.path.abspath( args[0] ) )
127 input_path = os.path.normpath( os.path.abspath( args[1] ) )
/external/fonttools/MetaTools/
DbuildChangeLog.py5 fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
/external/v8/tools/clang/scripts/
Dblink_gc_plugin_flags.py16 CLANG_LIB_PATH = os.path.normpath(os.path.join(
/external/chromium-trace/catapult/telemetry/telemetry/page/
D__init__.py187 return os.path.normpath(os.path.join(
198 file_path_url = os.path.normpath(

1234