| /foundation/ability/idl_tool/test/sa_test/ |
| H A D | cmd_save_metadata.py | 29 metadata_path = os.path.join(self.working_dir, "metadata.file") 35 metadata_path = os.path.join(self.working_dir, "metadata.file")
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_gen_test/ |
| H A D | hdi_compile_opt_test_02.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0")
|
| H A D | hdi_compile_opt_test_01.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0")
|
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
| H A D | tab_old_photos_restore.h | 47 INNER JOIN \ 54 LEFT JOIN tab_old_photos \
|
| /test/testfwk/xdevice/src/xdevice/_core/context/ |
| H A D | log.py | 36 tool_log_file = os.path.join(log_path, tool_file_name) 43 encrypt_log_file = os.path.join(log_path, encrypt_file_name)
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | __init__.py | 22 sys.path.insert(0, os.path.join( 24 sys.path.insert(1, os.path.join(os.path.dirname(
|
| /third_party/icu/vendor/double-conversion/upstream/ |
| H A D | SConstruct | 10 libdir = os.path.join(DESTDIR + prefix, lib) 27 env.Append(CCFLAGS = " ".join(CCFLAGS))
|
| /third_party/json/tools/generate_natvis/ |
| H A D | generate_natvis.py | 30 ns = abi_prefix + ''.join(tags) 40 with open(os.path.join(args.output, 'nlohmann_json.natvis'), 'w') as f:
|
| /third_party/node/deps/v8/tools/ |
| H A D | gc-nvp-to-csv.py | 26 print(', '.join(keys)) 28 print(', '.join(map(lambda key: str(entry[key]), keys)))
|
| /third_party/node/deps/v8/tools/unittests/testdata/testroot2/ |
| H A D | d8_mocked.py | 17 print(' '.join(sys.argv[1:])) 24 flake_state = os.path.join(PATH, arg)
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
| H A D | minimize.py | 22 OUT_PATH = os.path.join(BASE_PATH, 'out.js') 23 FAILURES_JSON_PATH = os.path.join(
|
| /third_party/node/deps/v8/tools/unittests/ |
| H A D | predictable_wrapper_test.py | 14 PREDICTABLE_WRAPPER = os.path.join( 17 PREDICTABLE_MOCKED = os.path.join(
|
| /third_party/node/test/node-api/test_general/ |
| H A D | test.js | 22 const urlTestDir = path.join(tmpdir.path, 'foo%#bar'); 23 const urlTestFile = path.join(urlTestDir, path.basename(filename));
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-copyfile-respect-permissions.js | 25 const source = path.join(tmpdir.path, `source${n}`); 26 const dest = path.join(tmpdir.path, `dest${n}`);
|
| H A D | test-fs-link.js | 11 const srcPath = path.join(tmpdir.path, 'hardlink-target.txt'); 12 const dstPath = path.join(tmpdir.path, 'link1.js');
|
| H A D | test-fs-mkdir-mode-mask.js | 27 const dir = path.join(tmpdir.path, `mkdirSync-${suffix}`); 33 const dir = path.join(tmpdir.path, `mkdir-${suffix}`);
|
| H A D | test-fs-open-mode-mask.js | 23 const file = path.join(tmpdir.path, `openSync-${suffix}.txt`); 31 const file = path.join(tmpdir.path, `open-${suffix}.txt`);
|
| H A D | test-fs-watch-recursive.js | 18 const relativePathOne = path.join(path.basename(testsubdir), filenameOne); 19 const filepathOne = path.join(testsubdir, filenameOne);
|
| H A D | test-fs-write-file-invalid-path.js | 21 const pathname = path.join(tmpdir.path, `somefile_${ch}`); 32 const pathname = path.join(tmpdir.path, 'foo:bar');
|
| H A D | test-fs-write-stream-fs.js | 10 const file = path.join(tmpdir.path, 'write-end-test0.txt'); 24 const file = path.join(tmpdir.path, 'write-end-test1.txt');
|
| H A D | test-heap-prof-dir-name.js | 26 const dir = path.join(tmpdir.path, 'prof'); 27 const file = path.join(dir, 'test.heapprofile');
|
| H A D | test-snapshot-console.js | 16 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 35 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
|
| H A D | test-stdin-from-file-spawn.js | 21 const tmpCmdFile = path.join(tmpDir, 'test-stdin-from-file-spawn-cmd'); 22 const tmpJsFile = path.join(tmpDir, 'test-stdin-from-file-spawn.js');
|
| H A D | test-stream-once-readable-pipe.js | 33 assert.strictEqual(receivedData, data.join('')); 59 assert.strictEqual(receivedData, data.join(''));
|
| H A D | test-whatwg-url-custom-searchparams-sort.js | 21 .map((pair) => pair.join('=')).join('&');
|