OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:macpath
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_macpath.py
1
import
macpath
9
self.assertEqual(
macpath
.abspath("xx:yy"), "xx:yy")
12
isabs =
macpath
.isabs
22
split =
macpath
.split
33
splitext =
macpath
.splitext
45
self.assertIsInstance(
macpath
.normpath(path), unicode,
49
pathmodule =
macpath
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_macpath.py
1
import
macpath
9
self.assertEqual(
macpath
.abspath("xx:yy"), "xx:yy")
12
isabs =
macpath
.isabs
22
split =
macpath
.split
33
splitext =
macpath
.splitext
45
self.assertIsInstance(
macpath
.normpath(path), unicode,
49
pathmodule =
macpath
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_macpath.py
1
import
macpath
9
self.assertEqual(
macpath
.abspath("xx:yy"), "xx:yy")
12
isabs =
macpath
.isabs
22
split =
macpath
.split
33
splitext =
macpath
.splitext
45
self.assertIsInstance(
macpath
.normpath(path), unicode,
49
pathmodule =
macpath
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macpath.py
1
import
macpath
9
self.assertEqual(
macpath
.abspath("xx:yy"), "xx:yy")
12
isabs =
macpath
.isabs
22
split =
macpath
.split
33
splitext =
macpath
.splitext
45
self.assertIsInstance(
macpath
.normpath(path), unicode,
49
pathmodule =
macpath
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macpath.py
1
import
macpath
9
self.assertEqual(
macpath
.abspath("xx:yy"), "xx:yy")
12
isabs =
macpath
.isabs
22
split =
macpath
.split
33
splitext =
macpath
.splitext
45
self.assertIsInstance(
macpath
.normpath(path), unicode,
49
pathmodule =
macpath
/external/syslinux/gpxe/src/interface/efi/
efi_snp.c
886
MAC_ADDR_DEVICE_PATH *
macpath
;
local
918
sizeof ( *
macpath
) );
974
macpath
= ( ( ( void * ) &snpdev->path ) + path_prefix_len );
975
subpath = ( ( void * ) (
macpath
+ 1 ) );
976
memset (
macpath
, 0, sizeof ( *
macpath
) );
977
macpath
->Header.Type = MESSAGING_DEVICE_PATH;
978
macpath
->Header.SubType = MSG_MAC_ADDR_DP;
979
macpath
->Header.Length[0] = sizeof ( *
macpath
);
[
all
...]
/external/google-breakpad/src/tools/python/
filter_syms.py
42
import
macpath
Completed in 793 milliseconds