Home
last modified time | relevance | path

Searched refs:vol_length (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_rules_for_network_drive_and_non_file_devices.patch152 - DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH);
153 - if (vol_length < 2 || vol_length == MAX_PATH)
161 - vol_length = static_cast<DWORD>(wcslen(vol_name));
165 - if (vol_length + path.size() - 2 != actual_path.size())
171 - if (!EqualPath(actual_path, vol_name, vol_length))
178 - if (!EqualPath(actual_path, vol_length, path, 2))
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_rules_for_network_drive_and_non_file_devices.patch152 - DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH);
153 - if (vol_length < 2 || vol_length == MAX_PATH)
161 - vol_length = static_cast<DWORD>(wcslen(vol_name));
165 - if (vol_length + path.size() - 2 != actual_path.size())
171 - if (!EqualPath(actual_path, vol_name, vol_length))
178 - if (!EqualPath(actual_path, vol_length, path, 2))
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_rules_for_network_drive_and_non_file_devices.patch154 - DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH);
155 - if (vol_length < 2 || vol_length == MAX_PATH)
163 - vol_length = static_cast<DWORD>(wcslen(vol_name));
167 - if (vol_length + path.size() - 2 != actual_path.size())
173 - if (!EqualPath(actual_path, vol_name, vol_length))
180 - if (!EqualPath(actual_path, vol_length, path, 2))
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_rules_for_network_drive_and_non_file_devices.patch152 - DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH);
153 - if (vol_length < 2 || vol_length == MAX_PATH)
161 - vol_length = static_cast<DWORD>(wcslen(vol_name));
165 - if (vol_length + path.size() - 2 != actual_path.size())
171 - if (!EqualPath(actual_path, vol_name, vol_length))
178 - if (!EqualPath(actual_path, vol_length, path, 2))
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_rules_for_network_drive_and_non_file_devices.patch153 - DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH);
154 - if (vol_length < 2 || vol_length == MAX_PATH)
162 - vol_length = static_cast<DWORD>(wcslen(vol_name));
166 - if (vol_length + path.size() - 2 != actual_path.size())
172 - if (!EqualPath(actual_path, vol_name, vol_length))
179 - if (!EqualPath(actual_path, vol_length, path, 2))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dwin_utils.cc295 DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH); in SameObject() local
296 if (vol_length < 2 || vol_length == MAX_PATH) in SameObject()
300 vol_length = static_cast<DWORD>(wcslen(vol_name)); in SameObject()
303 if (vol_length + path.size() - 2 != actual_path.size()) in SameObject()
307 if (!EqualPath(actual_path, vol_name, vol_length)) in SameObject()
311 if (!EqualPath(actual_path, vol_length, path, 2)) in SameObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dwin_utils.cc295 DWORD vol_length = ::QueryDosDeviceW(drive, vol_name, MAX_PATH); in SameObject() local
296 if (vol_length < 2 || vol_length == MAX_PATH) in SameObject()
300 vol_length = static_cast<DWORD>(wcslen(vol_name)); in SameObject()
303 if (vol_length + path.size() - 2 != actual_path.size()) in SameObject()
307 if (!EqualPath(actual_path, vol_name, vol_length)) in SameObject()
311 if (!EqualPath(actual_path, vol_length, path, 2)) in SameObject()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/exfat/
H A Dexfat_raw.h90 __le64 vol_length; member
H A Dsuper.c483 sbi->num_sectors = le64_to_cpu(p_boot->vol_length); in exfat_read_boot_sector()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/exfat/
H A Dexfat_raw.h90 __le64 vol_length; member
H A Dsuper.c483 sbi->num_sectors = le64_to_cpu(p_boot->vol_length); in exfat_read_boot_sector()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/exfat/
H A Dexfat_raw.h90 __le64 vol_length; member
H A Dsuper.c483 sbi->num_sectors = le64_to_cpu(p_boot->vol_length); in exfat_read_boot_sector()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/backup/drivers/
H A Dtest_backup_ceph.py563 vol_length = self.volume.size
583 vol_name, vol_length)
740 vol_length = self.service._get_volume_size_gb(self.volume)
768 vol_name, vol_length)
782 vol_length = self.service._get_volume_size_gb(self.volume)
808 vol_name, vol_length)
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dbootblock.h962 int32_t vol_length; member
1011 uint32_t vol_length; member
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dbootblock.h966 int32_t vol_length; member
1015 uint32_t vol_length; member
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_unit_test.cpp1283 Uint8 vol_length(0); in BOOST_AUTO_TEST_CASE() local
1285 db.GetTotals(CSeqDB::eUnfilteredAll, & num_oids, & vol_length); in BOOST_AUTO_TEST_CASE()
1288 Uint8 range_target = (vol_length * j) / segments; in BOOST_AUTO_TEST_CASE()
1292 double range_ratio = double(range_target) / vol_length; in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_unit_test.cpp1283 Uint8 vol_length(0); in BOOST_AUTO_TEST_CASE() local
1285 db.GetTotals(CSeqDB::eUnfilteredAll, & num_oids, & vol_length); in BOOST_AUTO_TEST_CASE()
1288 Uint8 range_target = (vol_length * j) / segments; in BOOST_AUTO_TEST_CASE()
1292 double range_ratio = double(range_target) / vol_length; in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/splign/
H A Dcompart_matching.cpp326 const Int8 vol_length (CFile(filename).GetLength()); in x_InitParticipationVector() local
330 * p8e (p8 + vol_length / 8); p8 != p8e; in x_InitParticipationVector()