/base/update/packaging_tools/ |
H A D | build_pkcs7.py | 32 operation_path = os.path.dirname(os.path.realpath(__file__)) 33 CERT_PATH = os.path.join(operation_path, 'sign_cert/signing_cert.crt') 58 :return: (hash) for path using hashlib.sha256() 63 remain_len = os.path.getsize(package_path) - ZIP_EOCD_LENGTH 139 remain_len = os.path.getsize(unsigned_package) - 2
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_mp.h | 115 u32 path; member 247 u32 r8712_rf_reg_read(struct _adapter *Adapter, u8 path, u8 offset); 248 u8 r8712_rf_reg_write(struct _adapter *Adapter, u8 path, 253 u32 r8712_get_rf_reg(struct _adapter *Adapter, u8 path, u8 offset, 255 u8 r8712_set_rf_reg(struct _adapter *Adapter, u8 path, u8 offset,
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | symbols.py | 61 search path can be extended by a space separated list of paths passed to the 76 for path in self.module_paths: 77 gdb.write("scanning for modules in {0}\n".format(path)) 78 for root, dirs, files in os.walk(path): 88 if re.match(module_pattern, name) and os.path.exists(name): 167 self.module_paths = [os.path.expanduser(p) for p in arg.split()]
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | 184 const char *path, const char *token) in frontend_will_handle() 190 const char *path, const char *token) in frontend_changed() 192 xenbus_otherend_changed(watch, path, token, 0); in frontend_changed() 213 const char *path, const char *token) in backend_changed() 217 xenbus_dev_changed(path, &xenbus_backend); in backend_changed() 183 frontend_will_handle(struct xenbus_watch *watch, const char *path, const char *token) frontend_will_handle() argument 189 frontend_changed(struct xenbus_watch *watch, const char *path, const char *token) frontend_changed() argument 212 backend_changed(struct xenbus_watch *watch, const char *path, const char *token) backend_changed() argument
|
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | lookup.c | 153 struct path *lower_path) in __sharefs_interpose() 183 * @lower_path: the lower path (caller does path_get/put) 186 struct path *lower_path) in sharefs_interpose() 202 struct path *lower_parent_path) in __sharefs_lookup() 209 struct path lower_path; in __sharefs_lookup() 235 /* path_put underlying path on error */ in __sharefs_lookup() 293 struct path lower_parent_path; in sharefs_lookup()
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
H A D | shfl_hostintf.h | 258 * For symbolic links, this is the length of the path name contained 299 /** Specified path does not exist. */ 492 struct vmmdev_hgcm_function_parameter path; member 544 struct vmmdev_hgcm_function_parameter path; member 690 * Points to struct shfl_string buffer that specifies a search path. 692 struct vmmdev_hgcm_function_parameter path; member 731 struct vmmdev_hgcm_function_parameter path; member 821 struct vmmdev_hgcm_function_parameter path; member 881 * Points to struct shfl_string of path for the new symlink.
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | lookup.c | 153 struct path *lower_path) in __sharefs_interpose() 183 * @lower_path: the lower path (caller does path_get/put) 186 struct path *lower_path) in sharefs_interpose() 202 struct path *lower_parent_path) in __sharefs_lookup() 209 struct path lower_path; in __sharefs_lookup() 235 /* path_put underlying path on error */ in __sharefs_lookup() 293 struct path lower_parent_path; in sharefs_lookup()
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | shfl_hostintf.h | 258 * For symbolic links, this is the length of the path name contained 299 /** Specified path does not exist. */ 492 struct vmmdev_hgcm_function_parameter path; member 544 struct vmmdev_hgcm_function_parameter path; member 690 * Points to struct shfl_string buffer that specifies a search path. 692 struct vmmdev_hgcm_function_parameter path; member 731 struct vmmdev_hgcm_function_parameter path; member 821 struct vmmdev_hgcm_function_parameter path; member 881 * Points to struct shfl_string of path for the new symlink.
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | 184 const char *path, const char *token) in frontend_will_handle() 190 const char *path, const char *token) in frontend_changed() 192 xenbus_otherend_changed(watch, path, token, 0); in frontend_changed() 213 const char *path, const char *token) in backend_changed() 217 xenbus_dev_changed(path, &xenbus_backend); in backend_changed() 183 frontend_will_handle(struct xenbus_watch *watch, const char *path, const char *token) frontend_will_handle() argument 189 frontend_changed(struct xenbus_watch *watch, const char *path, const char *token) frontend_changed() argument 212 backend_changed(struct xenbus_watch *watch, const char *path, const char *token) backend_changed() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_mp.h | 115 u32 path; member 248 u32 r8712_rf_reg_read(struct _adapter *Adapter, u8 path, u8 offset); 249 u8 r8712_rf_reg_write(struct _adapter *Adapter, u8 path, 254 u32 r8712_get_rf_reg(struct _adapter *Adapter, u8 path, u8 offset, 256 u8 r8712_set_rf_reg(struct _adapter *Adapter, u8 path, u8 offset,
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/syscalls/ |
H A D | rtas_filter.c | 57 char path[PATH_MAX]; in get_property() local 59 int len = snprintf(path, sizeof(path), "%s/%s", prop_path, prop_name); in get_property() 60 if (len < 0 || len >= sizeof(path)) in get_property() 63 return read_file_alloc(path, prop_val, prop_len); in get_property()
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_mount.c | 82 struct TagMountPoint *OsVfsFindMp(const char *path, const char **pathInMp) in OsVfsFindMp() argument 90 if (path == NULL) { in OsVfsFindMp() 99 matches = OsVfsFindMpByPath(mp->mPath, path); in OsVfsFindMp() 104 iPath = path + matches; in OsVfsFindMp() 110 *pathInMp = path; in OsVfsFindMp()
|
/third_party/gn/src/gn/ |
H A D | function_rebase_path.cc | 142 If you want to convert a file path to be source-absolute (that is, beginning 157 absolute path or a relative path (which will be treated as being relative 162 path separators. This is useful for invoking external programs. 166 is not an absolute path, it will be treated as being relative to the 177 Whether an output path will end in a slash will match whether the 178 corresponding input path ends in a slash. It will return "." or "./" 180 strings. This means if you want a root path ("//" or "/") not ending in a 231 // To path. 248 // From path [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_appliance.py | 2 import sys, os, os.path, types, traceback, pprint namespace 22 if os.path.isfile(os.path.join(directory, filename)): 23 base, ext = os.path.splitext(filename) 135 filenames.append(os.path.join(DATA, base+ext))
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 73 file_name: a relative path to the file containing the test case. 132 """Get the relative path for the TLS and Crypto test directories.""" 133 if os.path.isdir('tests'): 135 elif os.path.isdir('suites'): 137 elif os.path.isdir('../suites'): 146 for data_file_name in glob.glob(os.path.join(directory, 'suites', 151 sh_file = os.path.join(directory, sh_file)
|
/third_party/node/deps/v8/tools/release/ |
H A D | list_deprecated.py | 28 def __init__(self, path): 29 self.path = path 55 logging.info(f"blame list for {self.path}") 57 ['git', 'blame', '-t', '--line-porcelain', self.path], 137 file_position = (f"{self.path}:{linenumber}").ljust(40) 144 ['git', 'log', '-1', '--format=%H%n%ct', self.path],
|
/third_party/ninja/src/ |
H A D | missing_deps.cc | 66 void MissingDependencyPrinter::OnMissingDep(Node* node, const std::string& path, in OnMissingDep() argument 68 std::cout << "Missing dep: " << node->path() << " uses " << path in OnMissingDep() 119 // so a missing dep path to build.ninja is not an actual missing dependency in ProcessNodeDeps() 121 if (deplog_node->path() == "build.ninja") in ProcessNodeDeps() 145 delegate_->OnMissingDep(node, dep_nodes[i]->path(), (*ne)->rule()); in ProcessNodeDeps() 163 << " without a non-depfile dep path to the generator.\n"; in PrintStats()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | LtpfsCmds.c | 64 struct block_device *ltplookup_bdev(const char *path); 253 * @path: special file representing the block device 255 * Get a reference to the blockdevice at @path in the current 259 struct block_device *lookup_bdev(const char *path) in lookup_bdev() argument 266 if (!path || !*path) in lookup_bdev() 269 error = path_lookup(path, LOOKUP_FOLLOW, &nd); in lookup_bdev()
|
/third_party/littlefs/scripts/ |
H A D | readtree.py | 87 path, dir = pending.pop(0) 96 pending.append(((path + '/' + npath), nmdir)) 100 dir[0].path = path.replace('//', '/') 123 print("dir %s" % (json.dumps(dir[0].path) 124 if hasattr(dir[0], 'path') else '(orphan)'))
|
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 50 bool base_name(string const& path, 52 bool dir_name(string const &path, 55 void real_path(const string&path, string& realpath); 59 bool check_file(const string& path, ostream& out, const string& prog_name = ""); 60 bool check_dir(const string& path, ostream& out, const string& prog_name=""); 135 /// using an fstream. They can also get the path to the newly
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 73 // cleanup path after partial in pruneStack() 105 TestCase *RandomOrderExecutor::seekToCase(const string &path) in seekToCase() argument 107 const vector<string> components = de::splitString(path, '.'); in seekToCase() 135 throw Exception(string("Test hierarchy node not found: ") + path); in seekToCase() 151 throw Exception(string("Invalid test hierarchy path: ") + path); in seekToCase() 159 throw Exception(string("Not a test case: ") + path); in seekToCase()
|
/third_party/skia/samplecode/ |
H A D | SampleLayers.cpp | 192 SkPath path; variable 193 path.addOval(SkRect::MakeXYWH(-w/2, -h/2, w, h)); 197 path.transform(m); 199 canvas->clipPath(path, SkClipOp::kIntersect, true); 200 const SkRect bounds = path.getBounds();
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Configurator.cpp | 34 path = iniPath; in Configurator() 46 if(access(path.c_str(), R_OK) != 0) in readFile() 52 fstream file(path.c_str(), ios::in); in readFile() 120 if(access(path.c_str(), W_OK) != 0) in writeFile() 126 fstream file(path.c_str(), ios::out); in writeFile()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Configurator.cpp | 34 path = iniPath; in Configurator() 46 if(access(path.c_str(), R_OK) != 0) in readFile() 52 fstream file(path.c_str(), ios::in); in readFile() 120 if(access(path.c_str(), W_OK) != 0) in writeFile() 126 fstream file(path.c_str(), ios::out); in writeFile()
|
/third_party/skia/tests/ |
H A D | PDFJpegEmbedTest.cpp | 113 const char* path; in DEF_TEST() member 122 sk_sp<SkData> data(load_resource(r, "JpegIdentification", kTests[i].path)); in DEF_TEST() 129 ERRORF(r, "%s failed isJfif test", kTests[i].path); in DEF_TEST() 136 ERRORF(r, "%s failed jfif type test", kTests[i].path); in DEF_TEST() 139 INFOF(r, "\nJpegIdentification: %s [%d x %d]\n", kTests[i].path, in DEF_TEST()
|