Searched refs:PosixRelPath (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/native_client_sdk/src/tools/tests/ |
D | create_nmf_test.py | 34 PosixRelPath = create_nmf.PosixRelPath variable 60 self.assertEqual(PosixRelPath(path, start), 'bar/baz.blah') 283 rel_root_posix = PosixRelPath(root, self.tempdir) 416 expected_staging = [PosixRelPath(f, self.tempdir) for f in nexes] 462 expected_staging = [PosixRelPath(f, self.tempdir) for f in nexes] 508 expected_staging = [PosixRelPath(f, self.tempdir) for f in nexes] 549 expected_staging = [PosixRelPath(f, self.tempdir) for f in nexes]
|
/external/chromium_org/native_client_sdk/src/tools/ |
D | create_nmf.py | 87 def PosixRelPath(path, start): function 280 main_dir = PosixRelPath(main_dir, self.nmf_root) 290 url = PosixRelPath(arch_file.path, self.nmf_root)
|