Home
last modified time | relevance | path

Searched refs:path (Results 2801 - 2825 of 12350) sorted by relevance

1...<<111112113114115116117118119120>>...494

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py23 path = wpas.GetInterface(ifname)
24 if_obj = bus.get_object("fi.w1.wpa_supplicant1", path)
28 print("GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path))
34 print("GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path))
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dnamei.c2 /* CacheFiles path walking and related routines
295 struct path path, path_to_graveyard; in cachefiles_bury_object() local
307 path.mnt = cache->mnt; in cachefiles_bury_object()
308 path.dentry = dir; in cachefiles_bury_object()
309 ret = security_path_unlink(&path, rep); in cachefiles_bury_object()
407 path.mnt = cache->mnt; in cachefiles_bury_object()
408 path.dentry = dir; in cachefiles_bury_object()
411 ret = security_path_rename(&path, rep, &path_to_graveyard, grave, 0); in cachefiles_bury_object()
466 * so it's no longer in the key path an in cachefiles_delete_object()
490 struct path path; cachefiles_walk_to_object() local
760 struct path path; cachefiles_get_directory() local
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py99 os.path.join("tools", burn_tool_name), self.paths)
292 if os.path.isdir(file_path):
297 file_local_paths.append(os.path.join(root, _file))
331 sftp.put(localpath=_file, remotepath=os.path.join(
332 remote_info.get("dir"), os.path.basename(_file)))
344 os.remove(os.path.join(remote_info.get("dir"),
345 os.path.basename(_file)))
360 os.path.basename(_file), count)
363 os.path.join(remote_info.get("dir"), '*.*'))))
365 self.file_name_list.append(os.path
[all...]
/third_party/libinput/test/
H A Dtest-path.c43 open_restricted_count(const char *path, int flags, void *data) in open_restricted_count() argument
50 fd = open(path, flags); in open_restricted_count()
69 open_restricted(const char *path, int flags, void *data) in open_restricted() argument
71 int fd = open(path, flags); in open_restricted()
109 const char *path = "/tmp"; in START_TEST() local
120 device = libinput_path_add_device(li, path); in START_TEST()
136 const char *path = "/dev/uinput"; in START_TEST() local
147 device = libinput_path_add_device(li, path); in START_TEST()
163 char path[] = "/tmp/litest_path_XXXXXX"; in START_TEST() local
168 fd = mkstemp(path); in START_TEST()
197 char *path; START_TEST() local
1036 const char *path; START_TEST() local
[all...]
/third_party/python/Lib/test/
H A Dtest_cmd_line_script.py10 import os.path namespace
51 import os.path
55 expected_spec_name = os.path.splitext(os.path.basename(__file__))[0]
74 print('sys.path[0]==%a' % sys.path[0])
105 printed_path0 = 'sys.path[0]==%a' % expected_path0
119 # PYTHONSAFEPATH=1 changes the default sys.path[0]
162 # interactive REPL, since that code path only gets executed when
229 # pass the script using the relative path, expec
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h11 // path class.
295 /// Make \a path an absolute path.
297 /// Makes \a path absolute using the \a current_directory if it is not already.
298 /// An empty \a path will result in the \a current_directory.
300 /// /absolute/path => /absolute/path
301 /// relative/../path => <current-directory>/relative/../path
303 /// @param path
1234 const std::string &path() const { return Path; } path() function in llvm::sys::fs::directory_entry
1285 directory_iterator(const Twine &path, std::error_code &ec, bool follow_symlinks = true) directory_iterator() argument
1348 recursive_directory_iterator(const Twine &path, std::error_code &ec, bool follow_symlinks = true) recursive_directory_iterator() argument
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h427 BUILDER_VALUE(LoaderSettingsLayerConfiguration, std::string, path, {})
432 return a.name == b.name && a.path == b.path && a.control == b.control && in operator ==()
478 TestICDHandle(fs::path const& icd_path) noexcept;
481 fs::path get_icd_full_path() noexcept;
482 fs::path get_icd_manifest_path() noexcept;
483 fs::path get_shimmed_manifest_path() noexcept;
489 fs::path manifest_path; // path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>)
490 fs::path shimmed_manifest_pat
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dlsm.c36 #include "include/path.h"
197 * @path: path to check permission of (NOT NULL)
203 static int common_perm(const char *op, const struct path *path, u32 mask, in common_perm() argument
211 error = aa_path_perm(op, label, path, 0, mask, cond); in common_perm()
220 * @path: location to check (NOT NULL)
225 static int common_perm_cond(const char *op, const struct path *path, u32 mask) in common_perm_cond() argument
227 struct path_cond cond = { d_backing_inode(path in common_perm_cond()
251 struct path path = { .mnt = dir->mnt, .dentry = dentry }; common_perm_dir_dentry() local
324 apparmor_path_truncate(const struct path *path) apparmor_path_truncate() argument
387 apparmor_path_chmod(const struct path *path, umode_t mode) apparmor_path_chmod() argument
392 apparmor_path_chown(const struct path *path, kuid_t uid, kgid_t gid) apparmor_path_chown() argument
397 apparmor_inode_getattr(const struct path *path) apparmor_inode_getattr() argument
529 apparmor_sb_mount(const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data) apparmor_sb_mount() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp482 int32_t MediaLibraryAssetOperations::CheckExist(const std::string &path) in CheckExist() argument
487 MEDIA_DEBUG_LOG("query media_file_path=%{public}s start\n", DfxUtils::GetSafePath(path).c_str()); in CheckExist()
488 predicates.EqualTo(PhotoColumn::MEDIA_FILE_PATH, path); in CheckExist()
707 string path = MediaFileUri::GetPathFromUri(uri, isPhoto); in GetFileAssetByUri() local
708 if (path.empty()) { in GetFileAssetByUri()
715 fileAsset->SetPath(path); in GetFileAssetByUri()
716 fileAsset->SetMediaType(MediaFileUtils::GetMediaType(path)); in GetFileAssetByUri()
1309 MEDIA_ERR_LOG("Failed to get real path: %{private}s", filePath.c_str()); in OpenFileWithPrivacy()
1343 MEDIA_ERR_LOG("Create asset failed, path=%{private}s", fileAsset->GetPath().c_str()); in CreateFileAndSetPending()
1376 static int32_t CreateDirectoryAndAsset(const string path) in CreateDirectoryAndAsset() argument
1424 string path; OpenAsset() local
1476 string path = fileAsset->GetPath(); CloseAsset() local
1507 string path = MediaFileUtils::GetHighlightPath(uriStr); OpenHighlightCover() local
1526 string path = MediaFileUtils::GetHighlightVideoPath(uriStr); OpenHighlightVideo() local
1559 ScanFile(const string &path, bool isCreateThumbSync, bool isInvalidateThumb, bool isForceScan, int32_t fileId) ScanFile() argument
1582 ScanFileWithoutAlbumUpdate(const string &path, bool isCreateThumbSync, bool isInvalidateThumb, bool isForceScan, int32_t fileId) ScanFileWithoutAlbumUpdate() argument
1605 GetEditDataDirPath(const string &path) GetEditDataDirPath() argument
1613 GetEditDataSourcePath(const string &path) GetEditDataSourcePath() argument
1622 GetEditDataPath(const string &path) GetEditDataPath() argument
1631 GetEditDataCameraPath(const string &path) GetEditDataCameraPath() argument
1918 ConvertMediaPathFromCloudPath(const string &path) ConvertMediaPathFromCloudPath() argument
1930 GrantUriPermission(const string &uri, const string &bundleName, const string &path, bool isMovingPhoto) GrantUriPermission() argument
2271 CreateThumbnailFileScaned(const string &uri, const string &path, bool isSync) CreateThumbnailFileScaned() argument
2284 OnScanFinished(const int32_t status, const string &uri, const string &path) OnScanFinished() argument
[all...]
/third_party/node/test/internet/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/js-native-api/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/node-api/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/parallel/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/pummel/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/report/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/sequential/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/tick-processor/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/v8-updates/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/wasi/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/wpt/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/abort/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/addons/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/async-hooks/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/benchmark/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/embedding/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

Completed in 17 milliseconds

1...<<111112113114115116117118119120>>...494