Home
last modified time | relevance | path

Searched refs:pathBuf (Results 1 - 15 of 15) sorted by relevance

/third_party/node/lib/internal/fs/
H A Drimraf.js130 const pathBuf = Buffer.from(path);
132 readdir(pathBuf, readdirEncoding, (err, files) => {
144 const childPath = Buffer.concat([pathBuf, separator, child]);
248 const pathBuf = Buffer.from(path);
250 ArrayPrototypeForEach(readdirSync(pathBuf, readdirEncoding), (child) => {
251 const childPath = Buffer.concat([pathBuf, separator, child]);
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp56 std::array<char, MAX_PATH> pathBuf; in GetCWD() local
57 DWORD result = GetCurrentDirectoryA(static_cast<DWORD>(pathBuf.size()), pathBuf.data()); in GetCWD()
62 return std::string(pathBuf.data()); in GetCWD()
H A Dsystem_utils_posix.cpp45 std::array<char, 4096> pathBuf; in GetCWD() local
46 char *result = getcwd(pathBuf.data(), pathBuf.size()); in GetCWD()
51 return std::string(pathBuf.data()); in GetCWD()
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp288 icu::CharString pathBuf; in main()
296 pathBuf.clear(); in main()
297 pathBuf.appendPathPart(sourcedir, localError); in main()
298 pathBuf.appendPathPart(arg, localError); in main()
299 arg = pathBuf.data(); in main()
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp288 icu::CharString pathBuf; in main()
296 pathBuf.clear(); in main()
297 pathBuf.appendPathPart(sourcedir, localError); in main()
298 pathBuf.appendPathPart(arg, localError); in main()
299 arg = pathBuf.data(); in main()
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderCommonTest.cpp3685 char pathBuf[] = "/data/local/tmp/RenderDump.log"; in HWTEST_F() local
3687 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F()
3712 char pathBuf[] = "/data/local/tmp/RenderDump.log"; in HWTEST_F() local
3714 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F()
3740 char pathBuf[] = "/data/local/tmp/RenderDump.log"; in HWTEST_F() local
3742 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F()
3768 char pathBuf[] = "/data/local/tmp/RenderDump.log"; in HWTEST_F() local
3770 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F()
3796 char pathBuf[] = "/data/local/tmp/RenderDump.log"; in HWTEST_F() local
3798 FILE *file = fopen(pathBuf, "w in HWTEST_F()
3824 char pathBuf[] = "/data/local/tmp/RenderDump.log"; HWTEST_F() local
3848 char pathBuf[] = "/data/local/tmp/RenderDump.log"; HWTEST_F() local
3872 char pathBuf[] = "/data/local/tmp/RenderDump.log"; HWTEST_F() local
3896 char pathBuf[] = "/data/local/tmp/RenderDump.log"; HWTEST_F() local
3920 char pathBuf[] = "/data/local/tmp/RenderDump.log"; HWTEST_F() local
3944 char pathBuf[] = "/data/local/tmp/RenderDump.log"; HWTEST_F() local
[all...]
/third_party/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c228 char pathBuf[512]; in main() local
277 uprv_strcpy(pathBuf, sourcedir); in main()
278 end = uprv_strchr(pathBuf, 0); in main()
283 path = pathBuf; in main()
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
H A Dgencnval.c227 char pathBuf[512]; in main() local
276 uprv_strcpy(pathBuf, sourcedir); in main()
277 end = uprv_strchr(pathBuf, 0); in main()
282 path = pathBuf; in main()
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp1130 char *pathBuf = stackPath, *myPath = pathBuf; in init_resb_result() local
1132 pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1133 if(pathBuf == NULL) { in init_resb_result()
1139 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1159 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1160 myPath = pathBuf; in init_resb_result()
1166 if(pathBuf != stackPath) { in init_resb_result()
1167 uprv_free(pathBuf); in init_resb_result()
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp360 char pathBuf[] = "/data/CaptureDump.log"; in BENCHMARK_F() local
362 FILE *file = fopen(pathBuf, "wb+"); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp293 char pathBuf[] = "/data/RenderDump.log"; in BENCHMARK_F() local
295 FILE *file = fopen(pathBuf, "wb+"); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp459 char pathBuf[] = "/data/local/tmp/CaptureDump.log"; in HWTEST_F() local
461 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp499 char pathBuf[] = "/data/local/tmp/RenderDump.log"; in HWTEST_F() local
501 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F()
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp1314 CharString pathBuf(keyPath, *status); in getAliasTargetAsResourceBundle()
1318 char *myPath = pathBuf.data(); in getAliasTargetAsResourceBundle()
1370 myPath = pathBuf.data(); in getAliasTargetAsResourceBundle()
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp1316 CharString pathBuf(keyPath, *status); in getAliasTargetAsResourceBundle()
1320 char *myPath = pathBuf.data(); in getAliasTargetAsResourceBundle()
1372 myPath = pathBuf.data(); in getAliasTargetAsResourceBundle()

Completed in 30 milliseconds