OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ospath
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/style/
main.py
27
from webkitpy.common.system.
ospath
import relpath as _relpath
/external/webkit/Tools/Scripts/webkitpy/common/system/
ospath_unittest.py
23
"""Unit tests for
ospath
.py."""
28
from webkitpy.common.system.
ospath
import relpath
filesystem.py
42
from webkitpy.common.system import
ospath
namespace
222
return
ospath
.relpath(path, start)
filesystem_mock.py
34
from webkitpy.common.system import
ospath
namespace
261
return
ospath
.relpath(path, start, self.abspath, self.sep)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py
43
from webkitpy.common.system import
ospath
namespace
187
return
ospath
.relpath(abs_path, relative_to)
/external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py
33
from webkitpy.common.system.
ospath
import relpath
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py
43
from webkitpy.common.system import
ospath
namespace
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py
41
from webkitpy.common.system import
ospath
namespace
346
self._patch_directories = [
ospath
.relpath(cwd, self.checkout_root)]
[
all
...]
Completed in 1048 milliseconds