Searched defs:BASE_DIR (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/git/
H A Dmass-rename.py22 BASE_DIR = os.path.abspath(os.path.dirname(__file__)) variable
40 os.path.join(BASE_DIR, 'move_source_file.py'),
/external/chromium_org/tools/win/split_link/
H A Dgraph_dependencies.py11 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
50 with open(os.path.join(BASE_DIR, 'viz.js', 'viz.js')) as f:
H A Dinstall_split_link.py12 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
44 os.chdir(BASE_DIR)
H A Dsplit_link.py20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
343 os.path.join(BASE_DIR, '../../../build/split_link_partition.py'))
/external/chromium_org/tools/win/sizeviewer/
H A Dsizeviewer.py12 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
43 out_dir = os.path.join(BASE_DIR, '..', '..', '..', 'out', 'Release')
50 Run(os.path.join(BASE_DIR, 'code_tally.exe'),
85 with open(os.path.join(BASE_DIR, 'template.html'), 'r') as templatef:
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dwin_tool.py20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
306 project_dir = os.path.relpath(project_dir, BASE_DIR)
312 return subprocess.call(cmd, shell=True, cwd=BASE_DIR)
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp41 static const char* BASE_DIR = "data/imagecompare"; member in namespace:dit
75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath());
126 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
127 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath());
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py39 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
40 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(BASE_DIR)))
1934 my_data_dir = os.path.join(BASE_DIR, "..", "..", "..", "..",

Completed in 204 milliseconds