Home
last modified time | relevance | path

Searched refs:path (Results 8276 - 8300 of 8583) sorted by relevance

1...<<331332333334335336337338339340>>...344

/third_party/toybox/toys/pending/
H A Ddhcp.c347 static void write_pid(char *path) in write_pid() argument
349 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666); in write_pid()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2451 // Follows a path -- as defined by SourceCodeInfo.Location.path -- from a
2461 // Returns true if the path was valid, false otherwise. A gTest failure is
2502 << ", but path contained index: " << index; in FollowPath()
2573 if (!FollowPath(file_, location.path().begin(), location.path().end(), in Parse()
/third_party/python/Lib/test/
H A Dtest_compile.py278 'import os.path as bar',
299 'import os.path a bar',
541 fn = os.path.join(tmpd, "bad.py")
551 fn = os.path.join(tmpd, "bad.py")
838 from os import path
840 return path.join(x)
843 from os import path as os_path
H A Dtest_math.py34 test_dir = os.path.dirname(file) or os.curdir
35 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
36 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
1814 # Test overflow in fast-path for integers
1816 # Test overflow in fast-path for floats
H A Dpickletester.py1401 sys.path.insert(0, TESTFN)
1402 self.addCleanup(sys.path.remove, TESTFN)
1403 with open(os.path.join(TESTFN, "locker.py"), "wb") as f:
1405 with open(os.path.join(TESTFN, "locking_import.py"), "wb") as f:
2888 # Same without a __module__ attribute (exercises a different path
2894 # Yet a different path.
/third_party/python/PC/
H A Dlauncher.c217 find_existing_python(const wchar_t * path) in find_existing_python() argument
224 if (_wcsicmp(path, ip->executable) == 0) { in find_existing_python()
1445 path '%ls'", command); in maybe_handle_shebang()
1448 /* Command is eligible for path search, and there in maybe_handle_shebang()
1453 debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>"); in maybe_handle_shebang()
1597 fmt = L"\n %-15ls%ls"; /* include path */ in show_python_list()
1866 * override sys.executable and locate the original prefix path. in process()
1927 error(0, L"Cannot determine memory for home path"); in process()
1938 error(RC_BAD_VENV_CFG, L"Cannot decode home path in '%ls'", in process()
1948 error(RC_BAD_VENV_CFG, L"Cannot create executable path fro in process()
[all...]
/third_party/selinux/libsepol/src/
H A Dservices.c2235 const char *path, in sepol_genfs_sid()
2259 (strncmp(c->u.name, path, len) == 0)) in sepol_genfs_sid()
2234 sepol_genfs_sid(const char *fstype, const char *path, sepol_security_class_t sclass, sepol_security_id_t * sid) sepol_genfs_sid() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp186 static bool ReadFile(void *chOrg, std::string path, int32_t totalSize, int32_t srcNum) in ReadFile() argument
188 FILE* const fileOrg = fopen(path.c_str(), "rb"); in ReadFile()
190 GTEST_LOG_(INFO) << "Can not open" << path.c_str(); in ReadFile()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2618 filesystem::path directory(filePath); in CheckUserDirValid()
2631 filesystem::path directory = filesystem::path(filePath).parent_path(); in CheckAndCreateDir()
2642 SLOGD("file load in for path: %{public}s", filePath.c_str()); in LoadStringFromFileEx()
2690 SLOGI("file save in for path:%{public}s, content:%{public}s", filePath.c_str(), content.c_str()); in SaveStringToFileEx()
2716 SLOGD("file check for path:%{public}s", filePath.c_str()); in CheckStringAndCleanFile()
/third_party/json/include/nlohmann/
H A Djson.hpp4847 const auto path = get_value(op, "path", true).template get<std::string>(); member in basic_json
4848 json_pointer ptr(path);
4866 // the "path" location must exist - use at()
4908 // check if "value" matches the one at "path"
4909 // the "path" location must exist - use at()
4950 const std::string& path = "")
4966 {"op", "replace"}, {"path", path}, {"value", target}
4980 auto temp_diff = diff(source[i], target[i], detail::concat(path, '/', st
[all...]
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c3214 char path[128]; local
3220 sprintf(path, "/proc/%lu/task/%lu/status", pid, pid);
3228 fd = open(path, O_RDONLY);
/third_party/libabigail/src/
H A Dabg-writer.cc341 /// Getter of the write-corpus-path option.
343 /// @return true iff corpus-path information shall be emitted
348 /// Setter of the write-corpus-path option
355 /// Getter of the comp-dir-path option.
362 /// Setter of the comp-dir-path option
2117 /// Set the 'write-corpus-path' flag.
2119 /// When this flag is set then the XML writer will emit corpus-path
2124 /// @param flag the new value of the 'write-corpus-path' flag.
2420 o << " path='" << xml::escape_xml_string(tu_path) << "'"; in write_translation_unit()
2423 o << " comp-dir-path in write_translation_unit()
4780 string path; dump_location() local
[all...]
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2852 pub fn futimesat(fd: ::c_int, path: *const ::c_char, times: *const ::timeval) -> ::c_int; in futimesat()
2856 path: *const ::c_char, in utimensat()
3145 pub fn faccessat(fd: ::c_int, path: *const ::c_char, amode: ::c_int, flag: ::c_int) -> ::c_int; in faccessat()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2126 void RSProperties::SetClipBounds(const std::shared_ptr<RSPath>& path) in SetClipBounds() argument
2128 if (path) { in SetClipBounds()
2131 if (clipPath_ != path) { in SetClipBounds()
2132 clipPath_ = path; in SetClipBounds()
/third_party/mbedtls/tests/scripts/
H A Dall.sh224 # Note that the cmake wrapper breaks unless we use an absolute path here.
289 --out-of-source-dir=<path> Directory used for CMake out-of-source build tests.
290 --outcome-file=<path> File where test outcomes are written (not done if
296 Tool path options:
325 -path './cmake/*.cmake' \) -exec rm -f {} \+
2253 # Test asm path in constant time module - by default, it will test the plain C
2254 # path under Valgrind or Memsan. Running only the constant_time tests is fast (<1s)
4090 # Prevent the cipher module from using deprecated PSA path. The reason is
4094 # the PSA path is not tested for these key types.
4189 # Need to define the correct symbol and include the test driver header path i
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c969 const char path[40] ="d:\\icu\\source\\test\\intltest" U_FILE_SEP_STRING; /*give the required path */ in TestDataDirectory() local
982 /*defining the path for DataDirectory */ in TestDataDirectory()
984 u_setDataDirectory( path ); in TestDataDirectory()
985 if(strcmp(path, u_getDataDirectory())==0) in TestDataDirectory()
988 log_err("Error in setDataDirectory. Directory not set correctly - came back as [%s], expected [%s]\n", u_getDataDirectory(), path); in TestDataDirectory()
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp971 static void PathBezierToCasteljau(ImVector<ImVec2>* path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level) in PathBezierToCasteljau() argument
981 path->push_back(ImVec2(x4, y4)); in PathBezierToCasteljau()
992 PathBezierToCasteljau(path, x1,y1, x12,y12, x123,y123, x1234,y1234, tess_tol, level+1); in PathBezierToCasteljau()
993 PathBezierToCasteljau(path, x1234,y1234, x234,y234, x34,y34, x4,y4, tess_tol, level+1); in PathBezierToCasteljau()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c5140 static int match_lines_in_file(const char *path, const char **lines) in match_lines_in_file() argument
5152 f = fopen(path, "r"); in match_lines_in_file()
5181 static int is_tpm2_key(const char *path) in is_tpm2_key() argument
5190 return match_lines_in_file(path, tpm2_tags); in is_tpm2_key()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_hap_so_test.cpp227 static std::string InstallPathBundle(const std::string &path);
230 static std::string UpdateInstallPath(const std::string &path);
320 const std::string &path) in InstallPathBundle()
329 std::vector<std::string> pathVec { path }; in InstallPathBundle()
378 const std::string &path) in UpdateInstallPath()
387 std::vector<std::string> pathVec { path }; in UpdateInstallPath()
417 * 4.check the libs path is not exist
441 * 4.check the libs path is exist
465 * 4.check the libs path is not exist
489 * 4.check the libs path i
319 InstallPathBundle( const std::string &path) InstallPathBundle() argument
377 UpdateInstallPath( const std::string &path) UpdateInstallPath() argument
[all...]
/third_party/ffmpeg/
H A Dconfigure93 not part of the dynamic linker search path
367 --target-path=DIR path to view of build directory on target
368 --target-samples=DIR path to samples directory on target
496 --libfuzzer=PATH path to libfuzzer
3962 # is only able to print the basename, and we must add the path ourselves
3968 # find source path
3976 *[[:blank:]]*) die "Out of tree builds are impossible with whitespace in source path." ;;
4377 # Use a relative path for TMPDIR. This makes sure all the
4378 # ffconf temp files are written with a relative path, avoidin
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c670 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in radv_physical_device_try_create() local
673 fd = open(path, O_RDWR | O_CLOEXEC); in radv_physical_device_try_create()
676 "Could not open device %s: %m", path); in radv_physical_device_try_create()
684 "Could not get the kernel driver version for device %s: %m", path); in radv_physical_device_try_create()
692 "Device '%s' is not using the AMDGPU kernel driver: %m", path); in radv_physical_device_try_create()
697 fprintf(stderr, "radv: info: Found compatible device '%s'.\n", path); in radv_physical_device_try_create()
/third_party/ltp/scripts/
H A Dcheckpatch.pl1185 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
1436 foreach my $path (split(/:/, $ENV{PATH})) {
1437 if (-e "$path/$bin") {
1438 return "$path/$bin";
1448 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
1449 if (-e "$path/$conf") {
1450 return "$path/$conf";
2439 # See if any suffix of this path is a path within the tree.
4413 my $path
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp809 if (!std::string(option.motionPathOption.path).empty()) { in FfiOHOSAceFrameworkViewAbstractSetSharedTransition()
810 motionPathOption.SetPath(std::string(option.motionPathOption.path)); in FfiOHOSAceFrameworkViewAbstractSetSharedTransition()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp761 void FrontendDelegateImpl::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
780 path = url.substr(0, pos + 1); in GetState()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp242 std::string path; member
1065 uriPermission.path, in from_json()

Completed in 161 milliseconds

1...<<331332333334335336337338339340>>...344